type golang.org/x/tools/internal/gcimporter.byPath
6 uses
golang.org/x/tools/internal/gcimporter (current package)
iimport.go#L319: sort.Sort(byPath(list))
iimport.go#L1118: type byPath []*types.Package
iimport.go#L1120: func (a byPath) Len() int { return len(a) }
iimport.go#L1121: func (a byPath) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
iimport.go#L1122: func (a byPath) Less(i, j int) bool { return a[i].Path() < a[j].Path() }
ureader.go#L146: sort.Sort(byPath(imps))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)